github.com/klauspost/compress/zstd.Encoder.state (field)
22 uses
github.com/klauspost/compress/zstd (current package)
encoder.go#L28: state encoderState
encoder.go#L97: s := &e.state
encoder.go#L150: e.state.encoder = nil
encoder.go#L165: e.state.frameContentSize = size
encoder.go#L175: s := &e.state
encoder.go#L214: s := &e.state
encoder.go#L378: if len(e.state.filling) > 0 {
encoder.go#L383: e.state.filling = e.state.filling[:e.o.blockSize]
encoder.go#L384: src := e.state.filling
encoder.go#L388: _, _ = e.state.encoder.CRC().Write(src[:n2])
encoder.go#L395: e.state.filling = e.state.filling[:len(e.state.filling)-len(src)]
encoder.go#L397: println("ReadFrom: got EOF final block:", len(e.state.filling))
encoder.go#L405: e.state.err = err
encoder.go#L418: e.state.filling = e.state.filling[:e.o.blockSize]
encoder.go#L419: src = e.state.filling
encoder.go#L427: s := &e.state
encoder.go#L454: s := &e.state
encoder.go#L476: if e.state.fullFrameWritten {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |